home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / SLPPCDebug / BuildExtras next >
Encoding:
Text File  |  1996-08-16  |  829 b   |  21 lines  |  [TEXT/MPS ]

  1. # IDEs (like MetroWerks CodeWarrior and Symantec PM) can do most of the work
  2. # by themselves. This script will do the part of the build which has to be
  3. # MPW/TS-hosted (currently this is only SOM for CW, SOM and FR for Symantec)
  4. #
  5. # The "parameters" are REQUIRED!
  6. # {0} {Suite} {Extension}
  7.  
  8. Directory "{ODF}SLPPCDebug:"
  9. FWBuild -{1} "{ODF}ODFLibrary:ODFLibrary.{2}"
  10. FWBuild -{1} "{ODF}Found:FWRefCnt:ODFRefCnt.{2}"
  11. FWBuild -{1} "{ODF}Found:FWStream:ODFObjReg.{2}"
  12. FWBuild -{1} "{ODF}Found:FWString:ODFString.{2}"
  13. FWBuild -{1} "{ODF}OS:FWFiles:FWFiles.{2}"
  14. FWBuild -{1} "{ODF}OS:FWResour:FWResour.{2}"
  15. FWBuild -{1} "{ODF}OS:FWODMisc:FWODMisc.{2}"
  16. FWBuild -{1} "{ODF}OS:FWToolbx:FWToolbx.{2}"
  17. FWBuild -{1} "{ODF}OS:FWGraphx:FWGraphx.{2}"
  18. FWBuild -{1} "{ODF}OS:FWMenu:FWMenu.{2}"
  19. FWBuild -{1} "{ODF}Framewrk:FWSemEvt:FWSemEvt.{2}"
  20.  
  21.